Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Aug 26, 2025

The Azure Functions logo in the README was not displaying due to a broken URL reference. The old URL was pointing to a path that no longer exists in the azure-functions-cli repository.

Issue:
The logo reference was using:

https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png

This URL returns a 404 Not Found error, causing the logo to not display in the README.

Fix:
Updated the logo URL to the correct path:

https://raw.githubusercontent.com/Azure/azure-functions-cli/refs/heads/main/eng/res/functions.png

This URL returns a valid PNG image and displays correctly.

The change is minimal and only affects the documentation - no code changes were made.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@liliankasem liliankasem changed the title [WIP] Open a PR to fix the logo URL in the README. ![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png) should be ![Azure Functions Logo](http... [WIP] Fix the logo URL in the README Aug 26, 2025
Co-authored-by: liliankasem <[email protected]>
@Copilot Copilot AI changed the title [WIP] Fix the logo URL in the README Fix broken Azure Functions logo URL in README Aug 26, 2025
Copilot finished work on behalf of liliankasem August 26, 2025 18:04
@Copilot Copilot AI requested a review from liliankasem August 26, 2025 18:04
@liliankasem liliankasem marked this pull request as ready for review August 26, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants